home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIP Turkiye Aralık 1997.iso / internet / netvamp / _setup.1 / Vampire.exe / 0 / RCDATA / TADVJOBDLG / TADVJOBDLG.txt
Text File  |  1997-08-21  |  6KB  |  287 lines

  1. object AdvJobDlg: TAdvJobDlg
  2.   Left = 591
  3.   Top = 235
  4.   BorderStyle = bsDialog
  5.   Caption = 'Advanced Job settings'
  6.   ClientHeight = 318
  7.   ClientWidth = 385
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OkBtn: TBitBtn
  16.     Left = 111
  17.     Top = 280
  18.     Width = 75
  19.     Height = 25
  20.     TabOrder = 4
  21.     Kind = bkOK
  22.   end
  23.   object CancelBtn: TBitBtn
  24.     Left = 199
  25.     Top = 280
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Default'
  29.     TabOrder = 5
  30.     Glyph.Data = {
  31.       78010000424D7801000000000000760000002800000020000000100000000100
  32.       04000000000000000000120B0000120B00000000000000000000000000000000
  33.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  34.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  35.       333333777777777F33333330B00000003333337F7777777F3333333000000000
  36.       333333777777777F333333330EEEEEE033333337FFFFFF7F3333333300000000
  37.       333333377777777F3333333330BFBFB03333333373333373F33333330BFBFBFB
  38.       03333337F33333F7F33333330FBFBF0F03333337F33337F7F33333330BFBFB0B
  39.       03333337F3F3F7F7333333330F0F0F0033333337F7F7F773333333330B0B0B03
  40.       3333333737F7F7F333333333300F0F03333333337737F7F33333333333300B03
  41.       333333333377F7F33333333333330F03333333333337F7F33333333333330B03
  42.       33333333333737333333333333333033333333333333733333330000}
  43.     NumGlyphs = 2
  44.   end
  45.   object GroupBox1: TGroupBox
  46.     Left = 18
  47.     Top = 8
  48.     Width = 209
  49.     Height = 97
  50.     Caption = ' Cancel Job '
  51.     TabOrder = 0
  52.     object Label13: TLabel
  53.       Left = 112
  54.       Top = 24
  55.       Width = 82
  56.       Height = 13
  57.       Caption = 'connection errors'
  58.     end
  59.     object Label6: TLabel
  60.       Left = 112
  61.       Top = 48
  62.       Width = 67
  63.       Height = 13
  64.       Caption = 'protocol errors'
  65.     end
  66.     object ConnErrorsSpinEdit: TSpinEdit
  67.       Left = 60
  68.       Top = 22
  69.       Width = 47
  70.       Height = 22
  71.       MaxValue = 999
  72.       MinValue = 1
  73.       TabOrder = 1
  74.       Value = 999
  75.     end
  76.     object ProtErrorsSpinEdit: TSpinEdit
  77.       Left = 60
  78.       Top = 46
  79.       Width = 47
  80.       Height = 22
  81.       MaxValue = 999
  82.       MinValue = 1
  83.       TabOrder = 3
  84.       Value = 999
  85.     end
  86.     object ConnErrCheckBox: TCheckBox
  87.       Left = 16
  88.       Top = 24
  89.       Width = 41
  90.       Height = 17
  91.       Caption = 'after'
  92.       TabOrder = 0
  93.     end
  94.     object ProtErrCheckBox: TCheckBox
  95.       Left = 16
  96.       Top = 48
  97.       Width = 41
  98.       Height = 17
  99.       Caption = 'after'
  100.       TabOrder = 2
  101.     end
  102.     object NoRestCheckBox: TCheckBox
  103.       Left = 16
  104.       Top = 72
  105.       Width = 145
  106.       Height = 17
  107.       Caption = 'if restart is not supported'
  108.       TabOrder = 4
  109.     end
  110.   end
  111.   object GroupBox2: TGroupBox
  112.     Left = 240
  113.     Top = 8
  114.     Width = 121
  115.     Height = 97
  116.     Caption = ' Connection timeout '
  117.     TabOrder = 1
  118.     object Label2: TLabel
  119.       Left = 104
  120.       Top = 26
  121.       Width = 5
  122.       Height = 13
  123.       Caption = 's'
  124.     end
  125.     object Label10: TLabel
  126.       Left = 11
  127.       Top = 26
  128.       Width = 33
  129.       Height = 13
  130.       Caption = 'Control'
  131.     end
  132.     object Label11: TLabel
  133.       Left = 19
  134.       Top = 58
  135.       Width = 23
  136.       Height = 13
  137.       Caption = 'Data'
  138.     end
  139.     object Label12: TLabel
  140.       Left = 104
  141.       Top = 58
  142.       Width = 5
  143.       Height = 13
  144.       Caption = 's'
  145.     end
  146.     object CtrlTimeoutSpinEdit: TSpinEdit
  147.       Left = 51
  148.       Top = 24
  149.       Width = 49
  150.       Height = 22
  151.       MaxValue = 1800
  152.       MinValue = 1
  153.       TabOrder = 0
  154.       Value = 1
  155.     end
  156.     object DataTimeoutSpinEdit: TSpinEdit
  157.       Left = 51
  158.       Top = 56
  159.       Width = 49
  160.       Height = 22
  161.       MaxValue = 1800
  162.       MinValue = 1
  163.       TabOrder = 1
  164.       Value = 1
  165.     end
  166.   end
  167.   object GroupBox3: TGroupBox
  168.     Left = 16
  169.     Top = 216
  170.     Width = 345
  171.     Height = 49
  172.     Caption = ' FTP login '
  173.     TabOrder = 3
  174.     object Label8: TLabel
  175.       Left = 8
  176.       Top = 21
  177.       Width = 22
  178.       Height = 13
  179.       Caption = 'User'
  180.     end
  181.     object Label9: TLabel
  182.       Left = 136
  183.       Top = 22
  184.       Width = 46
  185.       Height = 13
  186.       Caption = 'Password'
  187.     end
  188.     object UserEdit: TEdit
  189.       Left = 40
  190.       Top = 19
  191.       Width = 89
  192.       Height = 21
  193.       TabOrder = 0
  194.     end
  195.     object PassEdit: TEdit
  196.       Left = 192
  197.       Top = 19
  198.       Width = 145
  199.       Height = 21
  200.       TabOrder = 1
  201.     end
  202.   end
  203.   object GroupBox4: TGroupBox
  204.     Left = 16
  205.     Top = 112
  206.     Width = 345
  207.     Height = 97
  208.     Caption = ' Use proxy '
  209.     TabOrder = 2
  210.     object Label16: TLabel
  211.       Left = 296
  212.       Top = 25
  213.       Width = 19
  214.       Height = 13
  215.       Caption = 'Port'
  216.     end
  217.     object HttpProxyEdit: TEdit
  218.       Left = 62
  219.       Top = 38
  220.       Width = 211
  221.       Height = 21
  222.       TabOrder = 1
  223.     end
  224.     object FtpProxyEdit: TEdit
  225.       Left = 62
  226.       Top = 62
  227.       Width = 211
  228.       Height = 21
  229.       TabOrder = 3
  230.     end
  231.     object HttpProxyPortSpinEdit: TSpinEdit
  232.       Left = 280
  233.       Top = 38
  234.       Width = 57
  235.       Height = 22
  236.       MaxValue = 65535
  237.       MinValue = 0
  238.       TabOrder = 2
  239.       Value = 0
  240.     end
  241.     object FtpProxyPortSpinEdit: TSpinEdit
  242.       Left = 280
  243.       Top = 62
  244.       Width = 57
  245.       Height = 22
  246.       MaxValue = 65535
  247.       MinValue = 0
  248.       TabOrder = 4
  249.       Value = 0
  250.     end
  251.     object ProxyRadioPanel: TPanel
  252.       Left = 8
  253.       Top = 16
  254.       Width = 52
  255.       Height = 73
  256.       BevelOuter = bvNone
  257.       TabOrder = 0
  258.       object RadioButton1: TRadioButton
  259.         Left = 0
  260.         Top = 0
  261.         Width = 49
  262.         Height = 17
  263.         Caption = 'None'
  264.         Checked = True
  265.         TabOrder = 0
  266.         TabStop = True
  267.       end
  268.       object RadioButton2: TRadioButton
  269.         Left = 0
  270.         Top = 24
  271.         Width = 49
  272.         Height = 17
  273.         Caption = 'HTTP'
  274.         TabOrder = 1
  275.       end
  276.       object RadioButton3: TRadioButton
  277.         Left = 0
  278.         Top = 48
  279.         Width = 49
  280.         Height = 17
  281.         Caption = 'FTP'
  282.         TabOrder = 2
  283.       end
  284.     end
  285.   end
  286. end
  287.